home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / xlib06p1.zip / XSTUBS.H < prev    next >
C/C++ Source or Header  |  1995-03-03  |  287b  |  14 lines

  1. #ifndef STUBS_H
  2. #define STUBS_H
  3.  
  4. extern int VsyncHandlerActive;
  5. extern int MouseRefreshFlag;
  6. extern int MouseVsyncHandler;
  7. extern int WaitingStartLow;
  8. extern int WaitingStartHigh;
  9. extern int WaitingPelPan;
  10. extern int VsyncPaletteStart;
  11. extern int VsyncPaletteCount;
  12.  
  13. #endif
  14.